home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hight-d.swf / scripts / frame_118 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  289 b   |  13 lines

  1. clearInterval(thegameID);
  2. setProperty("_root.player", _X, 390);
  3. setProperty("_root.player", _Y, 4);
  4. _root.balls = 1;
  5. _root.score = _root.score + 100 * _level.round + random99;
  6. _root.round += 1;
  7. _root.round2 += 1;
  8. if(_root.round2 > 3)
  9. {
  10.    _root.round2 = 1;
  11. }
  12. gotoAndPlay(113);
  13.